.git_archival.txt
.gitattributes
.gitignore
CHANGELOG.rst
CODE_OF_CONDUCT.rst
LICENSE
MANIFEST.in
Makefile
README.rst
codecov.yaml
lint.mk
pyproject.toml
readthedocs.yaml
secrets.tar.gpg
setup.cfg
setup.py
spelling_private_dict.txt
vuforia_secrets.env.example
.github/dependabot.yml
.github/workflows/ci.yml
.github/workflows/docker-build.yml
.github/workflows/lint.yml
.github/workflows/release.yml
.github/workflows/windows-ci.yml
ci/custom_linters.py
ci/decrypt_secret.sh
ci/set_secrets_file.py
docs/Makefile
docs/source/basic-example.rst
docs/source/changelog.rst
docs/source/ci-setup.rst
docs/source/conf.py
docs/source/contributing.rst
docs/source/differences-to-vws.rst
docs/source/docker.rst
docs/source/getting-started.rst
docs/source/index.rst
docs/source/installation.rst
docs/source/mock-api-reference.rst
docs/source/release-process.rst
docs/source/versioning-and-api-stability.rst
requirements/dev-requirements.txt
requirements/requirements.txt
requirements/setup-requirements.txt
src/VWS_Python_Mock.egg-info/PKG-INFO
src/VWS_Python_Mock.egg-info/SOURCES.txt
src/VWS_Python_Mock.egg-info/dependency_links.txt
src/VWS_Python_Mock.egg-info/not-zip-safe
src/VWS_Python_Mock.egg-info/requires.txt
src/VWS_Python_Mock.egg-info/top_level.txt
src/mock_vws/__init__.py
src/mock_vws/_base64_decoding.py
src/mock_vws/_constants.py
src/mock_vws/_database_matchers.py
src/mock_vws/_mock_common.py
src/mock_vws/_query_tools.py
src/mock_vws/database.py
src/mock_vws/py.typed
src/mock_vws/states.py
src/mock_vws/target.py
src/mock_vws/target_manager.py
src/mock_vws/_flask_server/__init__.py
src/mock_vws/_flask_server/target_manager.py
src/mock_vws/_flask_server/vwq.py
src/mock_vws/_flask_server/vws.py
src/mock_vws/_flask_server/dockerfiles/target_manager/Dockerfile
src/mock_vws/_flask_server/dockerfiles/vwq/Dockerfile
src/mock_vws/_flask_server/dockerfiles/vws/Dockerfile
src/mock_vws/_query_validators/__init__.py
src/mock_vws/_query_validators/accept_header_validators.py
src/mock_vws/_query_validators/auth_validators.py
src/mock_vws/_query_validators/content_length_validators.py
src/mock_vws/_query_validators/content_type_validators.py
src/mock_vws/_query_validators/date_validators.py
src/mock_vws/_query_validators/exceptions.py
src/mock_vws/_query_validators/fields_validators.py
src/mock_vws/_query_validators/image_validators.py
src/mock_vws/_query_validators/include_target_data_validators.py
src/mock_vws/_query_validators/num_results_validators.py
src/mock_vws/_query_validators/project_state_validators.py
src/mock_vws/_query_validators/resources/query_out_of_bounds_response.html
src/mock_vws/_requests_mock_server/__init__.py
src/mock_vws/_requests_mock_server/decorators.py
src/mock_vws/_requests_mock_server/mock_web_query_api.py
src/mock_vws/_requests_mock_server/mock_web_services_api.py
src/mock_vws/_services_validators/__init__.py
src/mock_vws/_services_validators/active_flag_validators.py
src/mock_vws/_services_validators/auth_validators.py
src/mock_vws/_services_validators/content_length_validators.py
src/mock_vws/_services_validators/content_type_validators.py
src/mock_vws/_services_validators/date_validators.py
src/mock_vws/_services_validators/exceptions.py
src/mock_vws/_services_validators/image_validators.py
src/mock_vws/_services_validators/json_validators.py
src/mock_vws/_services_validators/key_validators.py
src/mock_vws/_services_validators/metadata_validators.py
src/mock_vws/_services_validators/name_validators.py
src/mock_vws/_services_validators/project_state_validators.py
src/mock_vws/_services_validators/target_validators.py
src/mock_vws/_services_validators/width_validators.py
src/mock_vws/resources/match_processing_response.html
src/mock_vws/resources/oops_error_occurred_response.html
tests/__init__.py
tests/conftest.py
tests/mock_vws/__init__.py
tests/mock_vws/jetty_error_array_out_of_bounds.html
tests/mock_vws/jetty_error_array_out_of_bounds_2.html
tests/mock_vws/jetty_error_deletion_not_complete.html
tests/mock_vws/test_add_target.py
tests/mock_vws/test_authorization_header.py
tests/mock_vws/test_content_length.py
tests/mock_vws/test_database_summary.py
tests/mock_vws/test_date_header.py
tests/mock_vws/test_delete_target.py
tests/mock_vws/test_docker.py
tests/mock_vws/test_flask_app_usage.py
tests/mock_vws/test_get_duplicates.py
tests/mock_vws/test_get_target.py
tests/mock_vws/test_invalid_given_id.py
tests/mock_vws/test_invalid_json.py
tests/mock_vws/test_query.py
tests/mock_vws/test_requests_mock_usage.py
tests/mock_vws/test_target_list.py
tests/mock_vws/test_target_summary.py
tests/mock_vws/test_unexpected_json.py
tests/mock_vws/test_update_target.py
tests/mock_vws/fixtures/__init__.py
tests/mock_vws/fixtures/credentials.py
tests/mock_vws/fixtures/prepared_requests.py
tests/mock_vws/fixtures/vuforia_backends.py
tests/mock_vws/utils/__init__.py
tests/mock_vws/utils/assertions.py
tests/mock_vws/utils/usage_test_helpers.py